home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Gallery.DIR / 00051_Script_51 < prev    next >
Text File  |  1997-08-01  |  245b  |  11 lines

  1. on mousedown
  2.   puppetsound (2) "tick"
  3.   repeat while the mousedown
  4.     set the visible of sprite 2 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 2 to true
  8.   updatestage
  9.   if the frame > 2 then go the frame -1
  10.   
  11. end